isAlwaysOnTop

abstract fun isAlwaysOnTop(block: DesignBlock): Boolean

Query a block's always-on-top property.

Return

true if the block is set to be always-on-top, false otherwise.

Parameters

block

the block to query.